event PropertyChanged (Property as Property)
Occurs after the property's value is changed.

TypeDescription
Property as Property A Property object being changed
The PropertyChanged event notifies your application that the user changes the value of the property. Use the Value property to retrieve the property's value. Use the Name property to retrieve the name of the property. Use the ID property to identify a property by its identifier. The PropertyChange event is fired before changing the value of the property.

Syntax for PropertyChanged event, /NET version, on:

private void PropertyChanged(object sender,exontrol.EXPROPERTIESLISTLib.Property Property)
{
}

Private Sub PropertyChanged(ByVal sender As System.Object,ByVal Property As exontrol.EXPROPERTIESLISTLib.Property) Handles PropertyChanged
End Sub

Syntax for PropertyChanged event, /COM version, on:

private void PropertyChanged(object sender, AxEXPROPERTIESLISTLib._IPropertiesListEvents_PropertyChangedEvent e)
{
}

void OnPropertyChanged(LPDISPATCH Property)
{
}

void __fastcall PropertyChanged(TObject *Sender,Expropertieslistlib_tlb::IProperty *Property)
{
}

procedure PropertyChanged(ASender: TObject; Property : IProperty);
begin
end;

procedure PropertyChanged(sender: System.Object; e: AxEXPROPERTIESLISTLib._IPropertiesListEvents_PropertyChangedEvent);
begin
end;

begin event PropertyChanged(oleobject Property)
end event PropertyChanged

Private Sub PropertyChanged(ByVal sender As System.Object, ByVal e As AxEXPROPERTIESLISTLib._IPropertiesListEvents_PropertyChangedEvent) Handles PropertyChanged
End Sub

Private Sub PropertyChanged(ByVal Property As EXPROPERTIESLISTLibCtl.IProperty)
End Sub

Private Sub PropertyChanged(ByVal Property As Object)
End Sub

LPARAMETERS Property

PROCEDURE OnPropertyChanged(oPropertiesList,Property)
RETURN

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

<SCRIPT EVENT="PropertyChanged(Property)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function PropertyChanged(Property)
End Function
</SCRIPT>

Procedure OnComPropertyChanged Variant llProperty
	Forward Send OnComPropertyChanged llProperty
End_Procedure

METHOD OCX_PropertyChanged(Property) CLASS MainDialog
RETURN NIL

void onEvent_PropertyChanged(COM _Property)
{
}

function PropertyChanged as v (Property as OLE::Exontrol.PropertiesList.1::IProperty)
end function

function nativeObject_PropertyChanged(Property)
return