TwclWiFiAcmProfileNameChangeEvent Delegate

The OnAcmProfileNameChange event handler ptototype.

Namespace: wclWiFi
type
 TwclWiFiAcmProfileNameChangeEvent = procedure(Sender: TObject;
 const IfaceId: TGUID; const OldName: string;
 const NewName: string) of object;

Parameters

Sender

The object initiates the event.

IfaceId

The interface's ID on which the event is for.

OldName

The old profile name.

NewName

The new profile name.