Table of Contents

Class CancelRoutedEventArgs

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll

Represents routed events arguments that support cancellation.

public class CancelRoutedEventArgs : RoutedEventArgs
Inheritance
CancelRoutedEventArgs
Inherited Members
Extension Methods

Constructors

CancelRoutedEventArgs()

Initializes a new instance of CancelRoutedEventArgs.

public CancelRoutedEventArgs()

CancelRoutedEventArgs(RoutedEvent)

Initializes a new instance of CancelRoutedEventArgs.

public CancelRoutedEventArgs(RoutedEvent routedEvent)

Parameters

routedEvent RoutedEvent

CancelRoutedEventArgs(RoutedEvent, object)

Initializes a new instance of CancelRoutedEventArgs.

public CancelRoutedEventArgs(RoutedEvent routedEvent, object source)

Parameters

routedEvent RoutedEvent
source object

Properties

Cancel

Gets or sets a value indicating whether to cancel the event.

public bool Cancel { get; set; }

Property Value

bool