BCGSoft.Controls.Shared Namespace > CommandPanel Class : CalcCommandObjectSize Event |
'Declaration Public Event CalcCommandObjectSize As CalcCommandObjectSizeEventHandler
'Usage Dim instance As CommandPanel Dim handler As CalcCommandObjectSizeEventHandler AddHandler instance.CalcCommandObjectSize, handler
public event CalcCommandObjectSizeEventHandler CalcCommandObjectSize
public: __event CalcCommandObjectSizeEventHandler* CalcCommandObjectSize
public: event CalcCommandObjectSizeEventHandler^ CalcCommandObjectSize
The event handler receives an argument of type CalcCommandObjectSizeEventArgs containing data related to this event. The following CalcCommandObjectSizeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CommandObject | Specifies a command object to calculate a size. |
Context | |
Handled (Inherited from System.ComponentModel.HandledEventArgs) | |
ObjectSize | Specifies a size of object to set for command object. |
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