

| Type | Description | |||
| NewPropery as Property | A Property object being created and added to the Properties collection. |
The order of the events for Load, LoadFile methods is:
The following is an example of a property:
Syntax for AddProperty event, /NET version, on:DTSTAMP:19970610T172345Z
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 |
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 |
<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 |