Table of Contents

Delegate CancelRoutedEventHandler

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

Represents a delegate used for routed events that support cancellation.

public delegate void CancelRoutedEventHandler(object sender, CancelRoutedEventArgs e)

Parameters

sender object
e CancelRoutedEventArgs
Extension Methods