ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / Event Class / FromXml Method
An System.Xml.XmlReader which contains the Appointment data.

In This Topic
    FromXml Method (Event)
    In This Topic
    Reconstructs event from an System.Xml.XmlReader.
    Syntax
    'Declaration
     
    Public Overridable Function FromXml( _
       ByVal reader As System.Xml.XmlReader _
    ) As System.Boolean
    public virtual System.bool FromXml( 
       System.Xml.XmlReader reader
    )

    Parameters

    reader
    An System.Xml.XmlReader which contains the Appointment data.

    Return Value

    True if event has been changed.
    See Also