BCGSoft.Controls.Shared Namespace : DrawCommandObjectEventArgs Class |
Inherits HandledEventArgs class of System.ComponentModel namespace.
Provides data for the DrawCommandObject event of the CommandButton.
'Declaration Public Class DrawCommandObjectEventArgs Inherits System.ComponentModel.HandledEventArgs
'Usage Dim instance As DrawCommandObjectEventArgs
public class DrawCommandObjectEventArgs : System.ComponentModel.HandledEventArgs
public __gc class DrawCommandObjectEventArgs : public System.ComponentModel.HandledEventArgs
public ref class DrawCommandObjectEventArgs : public System.ComponentModel.HandledEventArgs
Property Graphics specifies the graphics which has an area to be redrawn, property Bounds defines the bounds of redrawn area and the property CommandObject specifies the object which will be redrawn.
System.Object
System.EventArgs
System.ComponentModel.HandledEventArgs
BCGSoft.Controls.Shared.DrawCommandObjectEventArgs
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2