C# Class EventManagerPro.Views.EventsView

Interaction logic for EventsScreen.xaml
Inheritance: System.Windows.Controls.Page
Mostra file Open project: sagittaros/EventManagerModel Class Usage Examples

Public Methods

Method Description
DeleteEventByID ( int id ) : void
EditEventByID ( int id ) : void
EventsView ( ) : System
Refresh ( ) : void
SetupNavigationHandler ( System.Windows.Navigation.NavigationService ns ) : void

Private Methods

Method Description
NavigationService_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
createEventBtn_Click ( object sender, RoutedEventArgs e ) : void
deleteButton_Click ( object sender, RoutedEventArgs e ) : void
editButton_Click ( object sender, RoutedEventArgs e ) : void
infoButton_Click ( object sender, RoutedEventArgs e ) : void
logoutButton_Click ( object sender, RoutedEventArgs e ) : void
registerButton_Click ( object sender, RoutedEventArgs e ) : void
unregisterButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

DeleteEventByID() public method

public DeleteEventByID ( int id ) : void
id int
return void

EditEventByID() public method

public EditEventByID ( int id ) : void
id int
return void

EventsView() public method

public EventsView ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void

SetupNavigationHandler() public method

public SetupNavigationHandler ( System.Windows.Navigation.NavigationService ns ) : void
ns System.Windows.Navigation.NavigationService
return void