Mobiform Software - Aurora API Documentation

DependencyObjectEventHandler Delegate

Represents the method that will handle the Click, ObjectMouseEnter, ObjectMouseHover, ObjectMouseLeave, ObjectMouseLeftButtonDown/Up, ObjectMouseRightButtonDown/Up, or ObjectMouseMove event of a UIElement in the Aurora Designer.

public delegate void DependencyObjectEventHandler(
   Object sender,
   DependencyObject dependencyObject
);

Parameters

sender
the source of the event
dependencyObject
the

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace