C# Class TrakHound_Dashboard.Pages.DeviceManager.Pages.GeneratedEvents.Controls.EventButton

Interaction logic for EventButton.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Properties

Property Type Description
EventNameProperty System.Windows.DependencyProperty
EventValuesProperty System.Windows.DependencyProperty
ParentEvent Page.Event

Public Methods

Method Description
EventButton ( ) : System.Windows

Private Methods

Method Description
EventName_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
Remove_Clicked ( TrakHound_UI bt ) : void
TXT_GotFocus ( object sender, RoutedEventArgs e ) : void
TXT_GotKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
TXT_GotMouseCapture ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

EventButton() public method

public EventButton ( ) : System.Windows
return System.Windows

Property Details

EventNameProperty public static property

public static DependencyProperty,System.Windows EventNameProperty
return System.Windows.DependencyProperty

EventValuesProperty public static property

public static DependencyProperty,System.Windows EventValuesProperty
return System.Windows.DependencyProperty

ParentEvent public property

public Page.Event ParentEvent
return Page.Event