Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / OnUnchecked Method
Provides data for SourcedEventArgs.

In This Topic
    OnUnchecked Method (C1RadialMenuItem)
    In This Topic
    Responds to an uncheck item action by raising a Unchecked event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnUnchecked( _
       ByVal e As SourcedEventArgs _
    ) 
    protected virtual void OnUnchecked( 
       SourcedEventArgs e
    )

    Parameters

    e
    Provides data for SourcedEventArgs.
    See Also