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




Glossary Item Box

The UserGroupCreated event is sent when a user creates a new group by selecting multiple objects and then pressing Ctrl-G.

Syntax

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

Event Data

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

PropertyDescription
Group Gets the group that was created.
Layer Gets the layer on which the group resides.

Remarks

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.