DrillEventArgs Properties
Property | Description | |
---|---|---|
CurrentGroupLevel | Gets the group level that was drilled into. | |
CurrentGroupName | Gets the group name that was drilled into. | |
CurrentGroupPath | Gets the group number and the current group level that was drilled into. | |
Handled | (Inherited from ViewerEventArgs.) Gets or sets whether the event was handled. Set to True if you do not want the default action to occur. | |
NewGroupLevel | Gets the new group level that is being drilled into. | |
NewGroupName | Gets the new group name that is being drilled into. | |
NewGroupPath | Gets the group number and group level that is being drilled into. |
Top