Class HighlightTriggeredEventArgs
Highlight triggered event arguments.
Inheritance
System.Object
HighlightTriggeredEventArgs
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public class HighlightTriggeredEventArgs : RoutedEventArgs
Constructors
| Improve this Doc View SourceHighlightTriggeredEventArgs(RoutedEvent, Object, Boolean)
Initializes a new instance of the PositionChangedEventArgs class.
Declaration
public HighlightTriggeredEventArgs(RoutedEvent routedEvent, object source, bool isPositiveTrigger)
Parameters
Type | Name | Description |
---|---|---|
RoutedEvent | routedEvent | The routed event identifier for this instance of the System.Windows.RoutedEventArgs class. |
System.Object | source | An alternate source that will be reported when the event is handled. This pre-populates the System.Windows.RoutedEventArgs.Source property. |
System.Boolean | isPositiveTrigger | Indicates if trigger has been triggered. |
Properties
| Improve this Doc View SourceCancel
Indicates if event has been canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPositiveTrigger
Highlight triggered?
Declaration
public bool IsPositiveTrigger { get; }
Property Value
Type | Description |
---|---|
System.Boolean |