CxmlCollectionStateChangedEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The CxmlCollectionStateChangedEventArgs type exposes the following members.

Properties

  Name Description
Public property Exception Gets an Exception that provides additional information about the error.
Public property Message Gets a message that describes the error.
Public property NewState Gets the new state of the CxmlCollectionSource.
Public property OldState Gets the old state of the CxmlCollectionSource.

Top