UserZonesZoneDeleted Event
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.0.0.0 (22.0.22462.100)
Syntaxpublic event Action<UserZone> ZoneDeleted
Public Event ZoneDeleted As Action(Of UserZone)
public:
event Action<UserZone^>^ ZoneDeleted {
void add (Action<UserZone^>^ value);
void remove (Action<UserZone^>^ value);
}
Value
Type:
SystemActionUserZone
See Also