Click or drag to resize

IOptionsChangedEventArgs Interface

Args for the OptionsChanged event

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface IOptionsChangedEventArgs : IEventArgs

The IOptionsChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyNewOptions
New options
Public propertyOldOptions
Old options
Top
See Also