Occurs when editing ability should be defined for a property.

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

Syntax

C#
public event EventHandler<EditorPartPropertyEditAllowingEventArgs> PropertyEditAllowing
Visual Basic
Public Event PropertyEditAllowing As EventHandler(Of EditorPartPropertyEditAllowingEventArgs)
Visual C++
public:
 event EventHandler<EditorPartPropertyEditAllowingEventArgs^>^ PropertyEditAllowing {
	void add (EventHandler<EditorPartPropertyEditAllowingEventArgs^>^ value);
	void remove (EventHandler<EditorPartPropertyEditAllowingEventArgs^>^ value);
}
F#
member PropertyEditAllowing : IEvent<EventHandler<EditorPartPropertyEditAllowingEventArgs>,
    EditorPartPropertyEditAllowingEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'EditorPartPropertyEditAllowingEventArgs>)>)>

See Also