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

In This Topic
    OnOpenButtonClick Method (AdvancedEditor)
    In This Topic
    Called when the open window button is clicked.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnOpenButtonClick( _
       ByVal sender As Object, _
       ByVal e As RoutedEventArgs _
    ) 
    protected virtual void OnOpenButtonClick( 
       object sender,
       RoutedEventArgs e
    )

    Parameters

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