'Declaration
Protected Overridable Sub OnIsStylusDirectlyOverChanged( _ ByVal e As System.Windows.DependencyPropertyChangedEventArgs _ )
'Usage
Dim instance As DropDownButton Dim e As System.Windows.DependencyPropertyChangedEventArgs instance.OnIsStylusDirectlyOverChanged(e)
protected virtual void OnIsStylusDirectlyOverChanged( System.Windows.DependencyPropertyChangedEventArgs e )
protected procedure OnIsStylusDirectlyOverChanged( e: System.Windows.DependencyPropertyChangedEventArgs ); virtual;
protected function OnIsStylusDirectlyOverChanged( e : System.Windows.DependencyPropertyChangedEventArgs );
protected: virtual void OnIsStylusDirectlyOverChanged( System.Windows.DependencyPropertyChangedEventArgs e )
protected: virtual void OnIsStylusDirectlyOverChanged( System.Windows.DependencyPropertyChangedEventArgs e )
Parameters
- e