Table of Contents

Interface IUIEventArgs

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the arguments of the UI event.

public interface IUIEventArgs

Properties

CurrentTarget

Gets the element to which the event handler has been attached.

object CurrentTarget { get; }

Property Value

object

Methods

StopPropagation()

Prevents propagation of the current event.

void StopPropagation()