UserZonesZoneDeleted Event
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
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