C# Class PluginFramework.AddIn.BundleEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: tianjing/PluginFramework Class Usage Examples

Public Methods

Method Description
BundleEventArgs ( BundleTransition transition, IBundle bundle ) : System

Method Details

BundleEventArgs() public method

public BundleEventArgs ( BundleTransition transition, IBundle bundle ) : System
transition BundleTransition
bundle IBundle
return System