ReportingPostUserViewChangedEventArgs members
Represents methods and properties in the post-event arguments for the OnUserViewChanged event handler method.
The ReportingPostUserViewChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportingPostUserViewChangedEventArgs() | ||
ReportingPostUserViewChangedEventArgs(String, Boolean) | Creates an instance of the ReportingPostUserViewChangedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
UserViewName | Gets a string that contains the name of the user view that was regenerated. | |
ViewWasTruncated | Gets a Boolean value that indicates whether the regenerated user view exceeded the number of columns that it is possible to display. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a text string that contains the regenerated user view name and a Boolean value that indicates whether the view was truncated. (Overrides Object.ToString().) |
Top