EventArgs for the EditorPart property edit event.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 4.5.3057.35 (4.5.3057.35)

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    MonoSoftware.MonoX..::..EditorPartPropertyEditAllowingEventArgs

See Also