ComponentOne RichTextBox for UWP
Click Event (C1VerticalCenterAlignMenuTool)

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