Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic event Action<UserZone> ZoneAdded
Public Event ZoneAdded As Action(Of UserZone)
public:
event Action<UserZone^>^ ZoneAdded {
void add (Action<UserZone^>^ value);
void remove (Action<UserZone^>^ value);
}Value
Type:
SystemActionUserZone
See Also