event AddProperty (NewPropery as Property)
Occurs when a new property is added.

TypeDescription
NewPropery as Property A Property object being created and added to the Properties collection. 
The AddProperty event notifies your application once a new Property object is added to the Properties collection. The AddProperty event is fired only if the control's FireEvents property is True. A property is the definition of an individual attribute describing a calendar object or a calendar component. Use the UserData property to associate any extra-data to the property object.

The order of the events for Load, LoadFile methods is:  

The following is an example of a property:

DTSTAMP:19970610T172345Z

Syntax for AddProperty event, /NET version, on:

private void AddProperty(object sender,exontrol.EXICALENDARLib.Property NewPropery)
{
}

Private Sub AddProperty(ByVal sender As System.Object,ByVal NewPropery As exontrol.EXICALENDARLib.Property) Handles AddProperty
End Sub

Syntax for AddProperty event, /COM version, on:

private void AddProperty(object sender, AxEXICALENDARLib._IICalendarEvents_AddPropertyEvent e)
{
}

void OnAddProperty(LPDISPATCH NewPropery)
{
}

void __fastcall AddProperty(TObject *Sender,Exicalendarlib_tlb::IProperty *NewPropery)
{
}

procedure AddProperty(ASender: TObject; NewPropery : IProperty);
begin
end;

procedure AddProperty(sender: System.Object; e: AxEXICALENDARLib._IICalendarEvents_AddPropertyEvent);
begin
end;

begin event AddProperty(oleobject NewPropery)
end event AddProperty

Private Sub AddProperty(ByVal sender As System.Object, ByVal e As AxEXICALENDARLib._IICalendarEvents_AddPropertyEvent) Handles AddProperty
End Sub

Private Sub AddProperty(ByVal NewPropery As EXICALENDARLibCtl.IProperty)
End Sub

Private Sub AddProperty(ByVal NewPropery As Object)
End Sub

LPARAMETERS NewPropery

PROCEDURE OnAddProperty(oICalendar,NewPropery)
RETURN

Syntax for AddProperty event, /COM version (others), on:

<SCRIPT EVENT="AddProperty(NewPropery)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function AddProperty(NewPropery)
End Function
</SCRIPT>

Procedure OnComAddProperty Variant llNewPropery
	Forward Send OnComAddProperty llNewPropery
End_Procedure

METHOD OCX_AddProperty(NewPropery) CLASS MainDialog
RETURN NIL

void onEvent_AddProperty(COM _NewPropery)
{
}

function AddProperty as v (NewPropery as OLE::Exontrol.ICalendar.1::IProperty)
end function

function nativeObject_AddProperty(NewPropery)
return