Raises the
RoundRectangleEllipseSizeChanged event.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overridable Sub OnRoundRectangleEllipseSizeChanged( _
ByVal e As EventArgs _
) |
C# | |
---|
protected virtual void OnRoundRectangleEllipseSizeChanged(
EventArgs e
) |
Managed Extensions for C++ | |
---|
protected: virtual void OnRoundRectangleEllipseSizeChanged(
EventArgs* e
) |
C++/CLI | |
---|
protected:
virtual void OnRoundRectangleEllipseSizeChanged(
EventArgs^ e
) |
Parameters
- e
- An EventArgs that contains the event data.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also