EditorStateChangedEventArgs

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public class EditorStateChangedEventArgs : EventArgs
Visual Basic
Public Class EditorStateChangedEventArgs _
	Inherits EventArgs
Visual C++
public ref class EditorStateChangedEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    CuteEditor..::..EditorStateChangedEventArgs

See Also