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
 

Parameters

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

Return Value

True if event has been changed.
See Also