Privacy binding created event.

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

Syntax

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

Value

Type: System..::..EventHandler<(Of <(<'EventArgs<(Of <(<'PrivacyManagerBinding>)>)>>)>)>

See Also