ComponentOne FinancialChart for WPF
C1.WPF Namespace / SelectionChangingEventHandler Delegate



In This Topic
    SelectionChangingEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub SelectionChangingEventHandler( _
       ByVal source As Object, _
       ByVal e As SelectionChangingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New SelectionChangingEventHandler(AddressOf HandlerMethod)
    public delegate void SelectionChangingEventHandler( 
       object source,
       SelectionChangingEventArgs e
    )
    public delegate void SelectionChangingEventHandler( 
       Object^ source,
       SelectionChangingEventArgs^ e
    )

    Parameters

    source
    e
    See Also