Accusoft.NotateXpress12.Net
UserGroupDestroyed Event
See Also  Send Feedback
Accusoft.NotateXpressSdk Namespace > NotateXpress Class : UserGroupDestroyed Event




Glossary Item Box

The UserGroupDestroyed event is sent when a user destroys a selected group by pressing Ctrl-U.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Event Data

The event handler receives an argument of type UserGroupDestroyedEventArgs containing data related to this event. The following UserGroupDestroyedEventArgs properties provide information specific to this event.

PropertyDescription
Group Gets the group that is destroyed.
Layer Gets the layer on which the group resides.

Remarks

In order for the user to destroy a group in this manner, the property AllowUserGrouping must be set to true.

See Also

©2013. Accusoft Corporation. All Rights Reserved.