ParameterEditorUserControl.OnParametersChanged Method (Object, EventArgs)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Raises the ParametersChanged event when the state of a parameter in the editor changes.
Assembly: System.Design (in System.Design.dll)
abstract OnParametersChanged : sender:Object * e:EventArgs -> unit override OnParametersChanged : sender:Object * e:EventArgs -> unit
Parameters
- sender
-
Type:
System.Object
The source of the event.
- e
-
Type:
System.EventArgs
An EventArgs object that contains the event data.
.NET Framework
Available since 2.0
Available since 2.0
Show: