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

Syntax

C#
public event ActionFileEditEventHandler EditPhoto
Visual Basic
Public Event EditPhoto As ActionFileEditEventHandler
Visual C++
public:
 event ActionFileEditEventHandler^ EditPhoto {
	void add (ActionFileEditEventHandler^ value);
	void remove (ActionFileEditEventHandler^ value);
}
F#
member EditPhoto : IEvent<ActionFileEditEventHandler,
    EventArgs>

Value

Type: MonoSoftware.MonoX.ModuleGallery.SocialNetworking..::..ActionFileEditEventHandler

See Also