RhinoCommon API
PersistentSettingsEventArgsT Class |
Represents the persistent settings modification event arguments.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
public class PersistentSettingsEventArgs<T> : PersistentSettingsEventArgs
Public Class PersistentSettingsEventArgs(Of T) Inherits PersistentSettingsEventArgs
Type Parameters
- T
- The type of the current and new setting that is being modified.
The PersistentSettingsEventArgsT type exposes the following members.
| Name | Description | |
|---|---|---|
| PersistentSettingsEventArgsT | Initializes a new instance of the PersistentSettingsEventArgsT class |
| Name | Description | |
|---|---|---|
| Cancel | (Inherited from PersistentSettingsEventArgs.) | |
| CurrentValue | ||
| NewValue |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |