EventArgs for the EditorPart property edit event.

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

Syntax

C#
public class EditorPartPropertyEditAllowingEventArgs : EventArgs
Visual Basic
Public Class EditorPartPropertyEditAllowingEventArgs
	Inherits EventArgs
Visual C++
public ref class EditorPartPropertyEditAllowingEventArgs : public EventArgs
F#
type EditorPartPropertyEditAllowingEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

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

See Also