Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / CollectionEditor Class / OnOpenButtonClick Method
The sender.
The System.Windows.RoutedEventArgs instance containing the event data.

In This Topic
    OnOpenButtonClick Method (CollectionEditor)
    In This Topic
    Called when open button is clicked.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnOpenButtonClick( _
       ByVal sender As Object, _
       ByVal e As RoutedEventArgs _
    ) 
    protected override void OnOpenButtonClick( 
       object sender,
       RoutedEventArgs e
    )

    Parameters

    sender
    The sender.
    e
    The System.Windows.RoutedEventArgs instance containing the event data.
    See Also