Skip to main content

RoutedEventHandlerInfo Class

Namespace: GHIElectronics.TinyCLR.UI · Assembly: GHIElectronics.TinyCLR.UI

Container for handler instance and other invocation preferences for this handler instance

public class RoutedEventHandlerInfo

Properties

InvokeHandledEventsToo

public bool InvokeHandledEventsToo { get; }

Returns HandledEventsToo Flag

Methods

Equals(object obj)

public override bool Equals(object obj)

Is the given object equivalent to the current one

ParameterTypeDescription
objobject

Returns bool

Equals(RoutedEventHandlerInfo handlerInfo)

public bool Equals(RoutedEventHandlerInfo handlerInfo)

Is the given RoutedEventHandlerInfo equals the current

ParameterTypeDescription
handlerInfoRoutedEventHandlerInfo

Returns bool

GetHashCode()

public override int GetHashCode()

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table

Returns int

==(RoutedEventHandlerInfo handlerInfo1, RoutedEventHandlerInfo handlerInfo2)

public static bool operator ==(RoutedEventHandlerInfo handlerInfo1, RoutedEventHandlerInfo handlerInfo2)

Equals operator overload

ParameterTypeDescription
handlerInfo1RoutedEventHandlerInfo
handlerInfo2RoutedEventHandlerInfo

Returns bool operator

!=(RoutedEventHandlerInfo handlerInfo1, RoutedEventHandlerInfo handlerInfo2)

public static bool operator !=(RoutedEventHandlerInfo handlerInfo1, RoutedEventHandlerInfo handlerInfo2)

NotEquals operator overload

ParameterTypeDescription
handlerInfo1RoutedEventHandlerInfo
handlerInfo2RoutedEventHandlerInfo

Returns bool operator