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

Syntax

C#
protected virtual void OnPropertyEditAllowing(
	EditorPartPropertyEditAllowingEventArgs e
)
Visual Basic
Protected Overridable Sub OnPropertyEditAllowing ( 
	e As EditorPartPropertyEditAllowingEventArgs
)
Visual C++
protected:
virtual void OnPropertyEditAllowing(
	EditorPartPropertyEditAllowingEventArgs^ e
)
F#
abstract OnPropertyEditAllowing : 
        e : EditorPartPropertyEditAllowingEventArgs -> unit 
override OnPropertyEditAllowing : 
        e : EditorPartPropertyEditAllowingEventArgs -> unit 

See Also