C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / Event Class / ToXml Method
The System.Xml.XmlWriter that will receive the object data.

In This Topic
ToXml Method (Event)
In This Topic
Creates an XML encoding of the event.
Syntax
'Declaration
 
Public Overridable Sub ToXml( _
   ByVal writer As System.Xml.XmlWriter _
) 
 

Parameters

writer
The System.Xml.XmlWriter that will receive the object data.
See Also