C# Класс TrakHound_UI.Timeline.TimelineToolbox

Наследование: System.Windows.Controls.Control, ITimelineToolbox
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OnApplyTemplate ( ) : void
OnButtonClick ( object sender, RoutedEventArgs e ) : void

Represents the handler that fires when buttons are clicked within the UI.

SetSite ( ITimelineToolboxTarget target ) : void

Защищенные методы

Метод Описание
OnFindingFirstEvent ( RoutedEventArgs e ) : void
OnFindingLastEvent ( RoutedEventArgs e ) : void
OnMovingLeft ( RoutedEventArgs e ) : void
OnMovingRight ( RoutedEventArgs e ) : void
OnZoomingIn ( RoutedEventArgs e ) : void
OnZoomingOut ( RoutedEventArgs e ) : void

Приватные методы

Метод Описание
HookButtonEvents ( System.Windows.Controls.UIElementCollection col ) : void
TimelineToolbox ( ) : System

Описание методов

OnApplyTemplate() публичный Метод

public OnApplyTemplate ( ) : void
Результат void

OnButtonClick() публичный Метод

Represents the handler that fires when buttons are clicked within the UI.
public OnButtonClick ( object sender, RoutedEventArgs e ) : void
sender object The button of the event.
e System.Windows.RoutedEventArgs The routed event arguments.
Результат void

OnFindingFirstEvent() защищенный Метод

protected OnFindingFirstEvent ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Результат void

OnFindingLastEvent() защищенный Метод

protected OnFindingLastEvent ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Результат void

OnMovingLeft() защищенный Метод

protected OnMovingLeft ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Результат void

OnMovingRight() защищенный Метод

protected OnMovingRight ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Результат void

OnZoomingIn() защищенный Метод

protected OnZoomingIn ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Результат void

OnZoomingOut() защищенный Метод

protected OnZoomingOut ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Результат void

SetSite() публичный Метод

public SetSite ( ITimelineToolboxTarget target ) : void
target ITimelineToolboxTarget
Результат void