ComponentOne Dialog for ASP.NET Web Forms
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 _
    ) 
    public virtual void ToXml( 
       System.Xml.XmlWriter writer
    )

    Parameters

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