CurrentChangingEventArgs Constructor (Boolean)

 

Initializes a new instance of the CurrentChangingEventArgs class with the specified isCancelable value.

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

public:
CurrentChangingEventArgs(
	bool isCancelable
)

Parameters

isCancelable
Type: System::Boolean

A value that indicates whether the event is cancelable.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: