Raises the
System.Windows.Forms.Control.MarginChanged event.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overridable Sub OnMarginChanged( _
ByVal e As EventArgs _
) |
C# | |
---|
protected virtual void OnMarginChanged(
EventArgs e
) |
C++/CLI | |
---|
protected:
virtual void OnMarginChanged(
EventArgs^ e
) |
Parameters
- e
- A System.EventArgs that contains the event data.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also