Class HighlightInfoChangedEventArgs
Highlight information changed event arguments.
Inheritance
System.Object
HighlightInfoChangedEventArgs
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public class HighlightInfoChangedEventArgs : RoutedEventArgs
Constructors
| Improve this Doc View SourceHighlightInfoChangedEventArgs(RoutedEvent, Object, Object, Object)
Initializes a new instance of the HighlightInfoChangedEventArgs class.
Declaration
public HighlightInfoChangedEventArgs(RoutedEvent routedEvent, object source, object oldHighlightInfo, object newHighlightInfo)
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.Object | oldHighlightInfo | Old highlight information. |
System.Object | newHighlightInfo | New highlight information. |
Properties
| Improve this Doc View SourceNewHighlightInfo
New highlight information.
Declaration
public object NewHighlightInfo { get; }
Property Value
Type | Description |
---|---|
System.Object |
OldHighlightInfo
Old highlight information.
Declaration
public object OldHighlightInfo { get; }
Property Value
Type | Description |
---|---|
System.Object |