Class TransitionEvent
Inheritance
System.Object
TransitionEvent
Assembly: Syncfusion.Blazor.dll
Syntax
public class TransitionEvent : Object, IEquatable<TransitionEvent>
Constructors
TransitionEvent()
Declaration
Properties
AT_TARGET
Declaration
public double AT_TARGET { get; set; }
Property Value
Type |
Description |
System.Double |
|
Bubbles
Declaration
public bool Bubbles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BUBBLING_PHASE
Declaration
public double BUBBLING_PHASE { get; set; }
Property Value
Type |
Description |
System.Double |
|
Cancelable
Declaration
public bool Cancelable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CancelBubble
Declaration
public bool CancelBubble { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CAPTURING_PHASE
Declaration
public double CAPTURING_PHASE { get; set; }
Property Value
Type |
Description |
System.Double |
|
Composed
Declaration
public bool Composed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CurrentTarget
Declaration
public object CurrentTarget { get; set; }
Property Value
Type |
Description |
System.Object |
|
DeepPath
Declaration
public object DeepPath { get; set; }
Property Value
Type |
Description |
System.Object |
|
DefaultPrevented
Declaration
public bool DefaultPrevented { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Event
Declaration
public object Event { get; set; }
Property Value
Type |
Description |
System.Object |
|
EventPhase
Declaration
public double EventPhase { get; set; }
Property Value
Type |
Description |
System.Double |
|
InitEvent
Declaration
public object InitEvent { get; set; }
Property Value
Type |
Description |
System.Object |
|
IsTrusted
Declaration
public bool IsTrusted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NONE
Declaration
public double NONE { get; set; }
Property Value
Type |
Description |
System.Double |
|
PreventDefault
Declaration
public object PreventDefault { get; set; }
Property Value
Type |
Description |
System.Object |
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Type |
Description |
System.String |
|
ReturnValue
Declaration
public bool ReturnValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SrcElement
Declaration
public object SrcElement { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public object StopImmediatePropagation { get; set; }
Property Value
Type |
Description |
System.Object |
|
StopPropagation
Declaration
public object StopPropagation { get; set; }
Property Value
Type |
Description |
System.Object |
|
Target
Declaration
public object Target { get; set; }
Property Value
Type |
Description |
System.Object |
|
TimeStamp
Declaration
public double TimeStamp { get; set; }
Property Value
Type |
Description |
System.Double |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(TransitionEvent)
Declaration
public bool Equals(TransitionEvent transitionEvent)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>