CuteEditor for .NET 6.2 Class Library

EditorStateChangedEventHandler Delegate

EditorStateChangedEventHandler

[Visual Basic]
Public Delegate Sub EditorStateChangedEventHandler( _
   ByVal sender As Object, _
   ByVal args As EditorStateChangedEventArgs _
)
[C#]
public delegate void EditorStateChangedEventHandler(
   object sender,
   EditorStateChangedEventArgs args
);

Requirements

Namespace: CuteEditor

Assembly: CuteEditor (in CuteEditor.dll)

See Also

CuteEditor Namespace