VNodeEvent

Struct
Namespace: RazorConsole.Core.Vdom
Assembly: RazorConsole.Core

Definition

public readonly struct VNodeEvent : IEquatable<VNodeEvent>

Constructors

1
NameTypeDescription
VNodeEvent(string, ulong, VNodeEventOptions)()Constructor

Properties

3
NameTypeDescription
Other
HandlerIdUInt64
NameString
OptionsVNodeEventOptions

Methods

5
NameTypeDescription
Deconstruct(out string, out ulong, out VNodeEventOptions)()Method
Equals(VNodeEvent)()Boolean
Equals(object)()Boolean
GetHashCode()Int32
ToString()String

Operators

2
NameTypeDescription
operator ==(VNodeEvent, VNodeEvent)()Boolean
operator !=(VNodeEvent, VNodeEvent)()Boolean