CurrentChangingEventArgs Constructor (Boolean)
Collapse the table of content
Expand the table of content

CurrentChangingEventArgs Constructor (Boolean)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the CurrentChangingEventArgs class and sets the IsCancelable property to the specified value.

Namespace:  System.ComponentModel
Assembly:  System.Windows (in System.Windows.dll)

public CurrentChangingEventArgs(
	bool isCancelable
)

Parameters

isCancelable
Type: System.Boolean
true to disable the ability to cancel a CurrentItem change; false to enable cancellation.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft