Data manager binding event handler.

Namespace: MonoSoftware.Web.DataManager
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public delegate void DataManagerBindingEventHandler(
	DataManagerVisibilityEventArgs e
)
Visual Basic
Public Delegate Sub DataManagerBindingEventHandler ( 
	e As DataManagerVisibilityEventArgs
)
Visual C++
public delegate void DataManagerBindingEventHandler(
	DataManagerVisibilityEventArgs^ e
)
F#
type DataManagerBindingEventHandler = 
    delegate of 
        e : DataManagerVisibilityEventArgs -> unit

See Also