ComponentOne RichTextBox for UWP
Checked Event (C1SizeMenuTool)

C1.Xaml.RichTextBox Namespace > C1SizeMenuTool Class : Checked Event
Syntax
'Declaration
 
Public Event Checked As System.EventHandler(Of SourcedEventArgs)
public event System.EventHandler<SourcedEventArgs> Checked
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