BCGSoft.Controls.Grid Namespace > GridControl Class : DrawGridPreviewPane Event |
'Declaration Public Event DrawGridPreviewPane As DrawGridPreviewPaneEventHandler
'Usage Dim instance As GridControl Dim handler As DrawGridPreviewPaneEventHandler AddHandler instance.DrawGridPreviewPane, handler
public event DrawGridPreviewPaneEventHandler DrawGridPreviewPane
public: __event DrawGridPreviewPaneEventHandler* DrawGridPreviewPane
public: event DrawGridPreviewPaneEventHandler^ DrawGridPreviewPane
The event handler receives an argument of type DrawPreviewPaneEventArgs containing data related to this event. The following DrawPreviewPaneEventArgs properties provide information specific to this event.
Property | Description |
---|---|
BoundsBack | |
BoundsText | |
Graphics | |
Handled (Inherited from System.ComponentModel.HandledEventArgs) | |
Row | |
VisualStyle |
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