RoutedEventHandlerInfo Class
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: 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
Returns bool
Equals(RoutedEventHandlerInfo handlerInfo)
public bool Equals(RoutedEventHandlerInfo handlerInfo)
Is the given RoutedEventHandlerInfo equals the current
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
Returns bool operator
!=(RoutedEventHandlerInfo handlerInfo1, RoutedEventHandlerInfo handlerInfo2)
public static bool operator !=(RoutedEventHandlerInfo handlerInfo1, RoutedEventHandlerInfo handlerInfo2)
NotEquals operator overload
Returns bool operator