TdxCustomCameraControl.OnStateChanged Event
In This Article
Enables you to respond to camera control state changes.
#Declaration
Delphi
property OnStateChanged: TNotifyEvent read; write;
#Remarks
This event fires after the State property value has been changed.
See Also