ComponentOne RichTextBox for UWP
Unchecked Event (C1TopAlignMenuTool)

C1.Xaml.RichTextBox Namespace > C1TopAlignMenuTool Class : Unchecked Event
Syntax
'Declaration
 
Public Event Unchecked As System.EventHandler(Of SourcedEventArgs)
public event System.EventHandler<SourcedEventArgs> Unchecked
Event Data

The event handler receives an argument of type C1.Xaml.SourcedEventArgs containing data related to this event. The following SourcedEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also