Property | Type | Description | |
---|---|---|---|
ClickEvent | System.Windows.RoutedEvent | ||
MouseHoverEvent | System.Windows.RoutedEvent |
Method | Description | |
---|---|---|
AddClickHandler ( |
||
AddMouseHoverHandler ( |
||
HintControl ( string hintKey, string>.Func |
||
HintControl ( string hintText, string handler ) : System | ||
RemoveClickHandler ( |
||
RemoveMouseHoverHandler ( |
public static AddClickHandler ( |
||
d | ||
handler | RoutedEventHandler | |
return | void |
public static AddMouseHoverHandler ( |
||
d | ||
handler | RoutedEventHandler | |
return | void |
public HintControl ( string hintKey, string>.Func |
||
hintKey | string | |
hintTextLookup | string>.Func | |
handler | string | |
return | System |
public HintControl ( string hintText, string handler ) : System | ||
hintText | string | |
handler | string | |
return | System |
public static RemoveClickHandler ( |
||
d | ||
handler | RoutedEventHandler | |
return | void |
public static RemoveMouseHoverHandler ( |
||
d | ||
handler | RoutedEventHandler | |
return | void |
public static RoutedEvent,System.Windows ClickEvent | ||
return | System.Windows.RoutedEvent |