This topic has not yet been rated - Rate this topic

CurrentChangingEventArgs.CurrentChangingEventArgs(Boolean) constructor

Initializes a new instance of the CurrentChangingEventArgs class.

Syntax


public CurrentChangingEventArgs(
  bool isCancelable
)

Parameters

isCancelable

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true to disable the ability to cancel a CurrentItem change; false to enable cancellation.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Data
Windows::UI::Xaml::Data [C++]

Metadata

Windows.winmd

See also

CurrentChangingEventArgs
CurrentChangingEventArgs

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.