NetXP 3.0 Reference

LoadCustomConfigHandler Delegate

Custom configuration about to be loaded.

[Visual Basic]
Public Delegate Sub LoadCustomConfigHandler( _
   ByVal xmlIn As XmlTextReader _
)
[C#]
public delegate void LoadCustomConfigHandler(
   XmlTextReader xmlIn
);

Requirements

Namespace: NETXP.Controls.Docking

Assembly: NETXP.Controls.Docking (in NETXP.Controls.Docking.dll)

See Also

NETXP.Controls.Docking Namespace