System.Windows.Controls.SelectorSelectionAdapter.OnCancel C# (CSharp) Method

OnCancel() protected method

Raises the E:System.Windows.Controls.SelectorSelectionAdapter.Cancel event.
protected OnCancel ( ) : void
return void
        protected virtual void OnCancel()
        {
            OnCancel(this, new RoutedEventArgs());
        }

Same methods

SelectorSelectionAdapter::OnCancel ( object sender, RoutedEventArgs e ) : void