Table of Contents

Class DataTransferEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Arguments for DataTransfer events such as TargetUpdated or SourceUpdated.

public class DataTransferEventArgs : RoutedEventArgs
Inheritance
DataTransferEventArgs

Remarks

The TargetUpdated event is raised whenever a value is transferred from the source to the target, (but only for bindings that have requested the event, by setting BindFlags.NotifyOnTargetUpdated).

The SourceUpdated event is raised whenever a value is transferred from the target to the source, (but only for bindings that have requested the event, by setting BindFlags.NotifyOnSourceUpdated).

Properties

Property

The target property of the binding that raised the event.

TargetObject

The target object of the binding that raised the event.

Methods

InvokeEventHandler(Delegate, object)

The mechanism used to call the type-specific handler on the target.