Xceed Grid for WinForms v4.3 Documentation
SelectedDateChangedEventHandler Delegate


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace : SelectedDateChangedEventHandler Delegate
Represents the method that will handle the SelectedDateChanged event.
Syntax
'Declaration
 
Public Delegate Sub SelectedDateChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As SelectedDateChangedEventArgs _
) 
'Usage
 
Dim instance As New SelectedDateChangedEventHandler(AddressOf HandlerMethod)
public delegate void SelectedDateChangedEventHandler( 
   object sender,
   SelectedDateChangedEventArgs e
)

Parameters

sender
e
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

SelectedDateChangedEventHandler Members
Xceed.Editors Namespace