Search
StylePropertyChangedEventArgs.NewValue Property
See Also
 





Gets the new (current) value of the changed property.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Object NewValue { get; }

Visual Basic  Copy Code

Public ReadOnly Property NewValue As Object

 Property Value

An object representing the new property value.

 See Also