BCGControlBar Library for .NET
DrawGridPreviewPane Event




Raised when it's required to draw Preview Pane.
Syntax
'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
Event Data

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.

PropertyDescription
BoundsBack  
BoundsText  
Graphics  
Handled (Inherited from System.ComponentModel.HandledEventArgs) 
Row  
VisualStyle  
Remarks
Handle this event to customize drawing of Preview Pane. Set DrawPreviewPaneEventArgs.Handled to true to prevent further processing.
Requirements

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

See Also

Reference

GridControl Class
GridControl Members

Send Feedback