ReportingPostUserViewChangedEventArgs constructor (String, Boolean)
Creates an instance of the ReportingPostUserViewChangedEventArgs class; used internally.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
userViewName As String, _
viewWasTruncated As Boolean _
)
'Usage
Dim userViewName As String
Dim viewWasTruncated As Boolean
Dim instance As New ReportingPostUserViewChangedEventArgs(userViewName, _
viewWasTruncated)
public ReportingPostUserViewChangedEventArgs(
string userViewName,
bool viewWasTruncated
)
Parameters
userViewName
Type: System.StringA string that contains the name of the user view that was regenerated.
viewWasTruncated
Type: System.BooleanA Boolean value that indicates whether the regenerated user view exceeded the number of columns that it is possible to display.
See also
Reference
ReportingPostUserViewChangedEventArgs class
ReportingPostUserViewChangedEventArgs members