ObjectPropertyChangedEventArgs(MidiObject, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ObjectPropertyChangedEventArgs class.
public ObjectPropertyChangedEventArgs (CoreMidi.MidiObject midiObject, string propertyName);
new CoreMidi.ObjectPropertyChangedEventArgs : CoreMidi.MidiObject * string -> CoreMidi.ObjectPropertyChangedEventArgs
Parameters
- midiObject
- MidiObject
The MIDI object whose property has changed.
- propertyName
- String
The name of the MIDI property that changed.