CxmlCollectionStateChangedEventArgs Constructor (CxmlCollectionState, String, Exception)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the CxmlCollectionStateChangedEventArgs class with the old state information, the error message and optional exception.
Namespace: System.Windows.Controls.Pivot
Assembly: System.Windows.Controls.Pivot (in System.Windows.Controls.Pivot.dll)
Syntax
'Declaration
Public Sub New ( _
oldValue As CxmlCollectionState, _
message As String, _
exception As Exception _
)
public CxmlCollectionStateChangedEventArgs(
CxmlCollectionState oldValue,
string message,
Exception exception
)
Parameters
- oldValue
Type: System.Windows.Controls.Pivot.CxmlCollectionState
Old state of the collection.
- message
Type: System.String
A short message describing the error.
- exception
Type: System.Exception
An optional exception that may be associated with the error.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.