SaveCustomConfigHandler Delegate
Custom configuration about to be saved.
[Visual Basic]Public Delegate Sub SaveCustomConfigHandler( _
ByVal
xmlOut As
XmlTextWriter _
)
[C#]public delegate void SaveCustomConfigHandler(
XmlTextWriter xmlOut);
Requirements
Namespace: NETXP.Controls.Docking
Assembly: NETXP.Controls.Docking (in NETXP.Controls.Docking.dll)
See Also
NETXP.Controls.Docking Namespace