Download Sample EventAgregator

Description

Sample EventAgregatorThis is an example of using EventAgregator on WinRT / Windows 8 with the C # programming language. EventAgregator itself is part of Prism

Icons

Sample EventAgregator

Source Files

The download file sampleeventagregator.zip has the following entries.


SampleEventAgregator/Prism.PubSubEvents/BackgroundEventSubscription.cs
SampleEventAgregator/Prism.PubSubEvents/DataEventArgs.cs
SampleEventAgregator/Prism.PubSubEvents/DelegateReference.cs
SampleEventAgregator/Prism.PubSubEvents/DispatcherEventSubscription.cs
SampleEventAgregator/Prism.PubSubEvents/EventAggregator.cs
SampleEventAgregator/Prism.PubSubEvents/EventBase.cs
SampleEventAgregator/Prism.PubSubEvents/EventSubscription.cs
SampleEventAgregator/Prism.PubSubEvents/IDelegateReference.cs
SampleEventAgregator/Prism.PubSubEvents/IEventAggregator.cs
SampleEventAgregator/Prism.PubSubEvents/IEventSubscription.cs
SampleEventAgregator/Prism.PubSubEvents/Microsoft.Practices.Prism.PubSubEvents.csproj
SampleEventAgregator/Prism.PubSubEvents/Microsoft.Practices.Prism.PubSubEvents.csproj.vspscc
SampleEventAgregator/Prism.PubSubEvents/Properties/AssemblyInfo.cs
SampleEventAgregator/Prism.PubSubEvents/Properties/Resources.Designer.cs
SampleEventAgregator/Prism.PubSubEvents/Properties/Resources.resx
SampleEventAgregator/Prism.PubSubEvents/PubSubEvent.cs
SampleEventAgregator/Prism.PubSubEvents/SubscriptionToken.cs
SampleEventAgregator/Prism.PubSubEvents/ThreadOption.cs
SampleEventAgregator/Prism.StoreApps/AppManifestHelper.cs
SampleEventAgregator/Prism.StoreApps/BindableBase.cs
SampleEventAgregator/Prism.StoreApps/BindableValidator.cs
SampleEventAgregator/Prism.StoreApps/Constants.cs
SampleEventAgregator/Prism.StoreApps/DelegateCommand.cs
SampleEventAgregator/Prism.StoreApps/DelegateCommandBase.cs
SampleEventAgregator/Prism.StoreApps/FlyoutService.cs
SampleEventAgregator/Prism.StoreApps/FlyoutView.cs
SampleEventAgregator/Prism.StoreApps/FrameFacadeAdapter.cs
SampleEventAgregator/Prism.StoreApps/FrameNavigationService.cs
SampleEventAgregator/Prism.StoreApps/GlobalSuppressions.cs
SampleEventAgregator/Prism.StoreApps/Interfaces/ICredentialStore.cs
SampleEventAgregator/Prism.StoreApps/Interfaces/IFlyoutService.cs
SampleEventAgregator/Prism.StoreApps/Interfaces/IFlyoutViewModel.cs
SampleEventAgregator/Prism.StoreApps/Interfaces/IFrameFacade.cs
SampleEventAgregator/Prism.StoreApps/Interfaces/INavigationAware.cs
SampleEventAgregator/Prism.StoreApps/Interfaces/INavigationService.cs
SampleEventAgregator/Prism.StoreApps/Interfaces/IResourceLoader.cs
SampleEventAgregator/Prism.StoreApps/Interfaces/ISearchPaneService.cs
SampleEventAgregator/Prism.StoreApps/Interfaces/ISessionStateService.cs
SampleEventAgregator/Prism.StoreApps/Interfaces/IValidatableBindableBase.cs
SampleEventAgregator/Prism.StoreApps/Microsoft.Practices.Prism.StoreApps.csproj
SampleEventAgregator/Prism.StoreApps/Microsoft.Practices.Prism.StoreApps.csproj.vspscc
SampleEventAgregator/Prism.StoreApps/MvvmAppBase.cs
SampleEventAgregator/Prism.StoreApps/MvvmNavigatedEventArgs.cs
SampleEventAgregator/Prism.StoreApps/Properties/AssemblyInfo.cs
SampleEventAgregator/Prism.StoreApps/ResourceLoaderAdapter.cs
SampleEventAgregator/Prism.StoreApps/RestorableStateAttribute.cs
SampleEventAgregator/Prism.StoreApps/SearchPaneService.cs
SampleEventAgregator/Prism.StoreApps/SearchQueryArguments.cs
SampleEventAgregator/Prism.StoreApps/SessionStateService.cs
SampleEventAgregator/Prism.StoreApps/SettingsCharmActionItem.cs
SampleEventAgregator/Prism.StoreApps/StandardFlyoutSize.cs
SampleEventAgregator/Prism.StoreApps/Strings/en-US/Resources.resw
SampleEventAgregator/Prism.StoreApps/ValidatableBindableBase.cs
SampleEventAgregator/Prism.StoreApps/ViewModel.cs
SampleEventAgregator/Prism.StoreApps/ViewModelLocator.cs
SampleEventAgregator/Prism.StoreApps/VisualStateAwarePage.cs
SampleEventAgregator/SampleEventAgregator.sln
SampleEventAgregator/SampleEventAgregator.vssscc
SampleEventAgregator/SampleEventAgregator/App.xaml
SampleEventAgregator/SampleEventAgregator/App.xaml.cs
SampleEventAgregator/SampleEventAgregator/Assets/Logo.png
SampleEventAgregator/SampleEventAgregator/Assets/SmallLogo.png
SampleEventAgregator/SampleEventAgregator/Assets/SplashScreen.png
SampleEventAgregator/SampleEventAgregator/Assets/StoreLogo.png
SampleEventAgregator/SampleEventAgregator/Common/BindableBase.cs
SampleEventAgregator/SampleEventAgregator/Common/BooleanNegationConverter.cs
SampleEventAgregator/SampleEventAgregator/Common/BooleanToVisibilityConverter.cs
SampleEventAgregator/SampleEventAgregator/Common/LayoutAwarePage.cs
SampleEventAgregator/SampleEventAgregator/Common/ReadMe.txt
SampleEventAgregator/SampleEventAgregator/Common/RichTextColumns.cs
SampleEventAgregator/SampleEventAgregator/Common/StandardStyles.xaml
SampleEventAgregator/SampleEventAgregator/Common/SuspensionManager.cs
SampleEventAgregator/SampleEventAgregator/MainPage.xaml
SampleEventAgregator/SampleEventAgregator/MainPage.xaml.cs
SampleEventAgregator/SampleEventAgregator/Models/ModelPost.cs
SampleEventAgregator/SampleEventAgregator/Package.appxmanifest
SampleEventAgregator/SampleEventAgregator/Properties/AssemblyInfo.cs
SampleEventAgregator/SampleEventAgregator/SampleEvent/EventGetPost.cs
SampleEventAgregator/SampleEventAgregator/SampleEventAgregator.csproj
SampleEventAgregator/SampleEventAgregator/SampleEventAgregator.csproj.vspscc
SampleEventAgregator/SampleEventAgregator/SampleEventAgregator_TemporaryKey.pfx
SampleEventAgregator/SampleEventAgregator/Services/Service.cs
SampleEventAgregator/SampleEventAgregator/ViewModels/MainViewModel.cs

Download

Click the following link to download sampleeventagregator.zip.

sampleeventagregator.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML