Search
StylePropertyChangedEventArgs Class
See Also
 





Contains the arguments passed to handlers of the PropertyChanged event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class StylePropertyChangedEventArgs : EventArgs

Visual Basic  Copy Code

Public Class StylePropertyChangedEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.StylePropertyChangedEventArgs

 See Also