Search
StylePropertyChangedEventArgs.Property Property
See Also
 





Gets the property that has changed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Object Property { get; }

Visual Basic  Copy Code

Public ReadOnly Property Property As Object

 Property Value

An object identifying the changed property.

 See Also