BCGSoft.ControlBars Namespace : StatusBarPaneDoubleClickHandler Delegate |
Represents the method that will handle PaneDoubleClick events of a StatusBarControl. The event is raised when a user makes double click on the status bar pane.
'Declaration Public Delegate Sub StatusBarPaneDoubleClickHandler( _ ByVal sender As Object, _ ByVal e As StatusBarPaneEventArgs _ )
'Usage Dim instance As New StatusBarPaneDoubleClickHandler(AddressOf HandlerMethod)
public delegate void StatusBarPaneDoubleClickHandler( object sender, StatusBarPaneEventArgs e )
public: __gc __delegate void StatusBarPaneDoubleClickHandler( Object* sender, StatusBarPaneEventArgs* e )
public delegate void StatusBarPaneDoubleClickHandler( Object^ sender, StatusBarPaneEventArgs^ e )
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