ComponentOne RichTextBox for UWP
IsPointerOverChanged Event (C1MenuTool)

C1.Xaml.RichTextBox Namespace > C1MenuTool Class : IsPointerOverChanged Event
Syntax
'Declaration
 
Public Event IsPointerOverChanged As System.EventHandler(Of PropertyChangedEventArgs(Of Boolean))
public event System.EventHandler<PropertyChangedEventArgs<bool>> IsPointerOverChanged
Event Data

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

PropertyDescription
 
 
See Also