RhinoCommon API
PersistentSettingsRegisterSettingsValidator Method |
| Name | Description | |
|---|---|---|
| RegisterSettingsValidator(String, EventHandlerPersistentSettingsEventArgs) | ||
| RegisterSettingsValidatorT(String, EventHandlerPersistentSettingsEventArgsT) |
Sets a validator for a given key.
Note to implementers: T should be one of the supported types for the PersistentSettings class and should match the type associated with the key. This method allows to use anonymous methods and lambda expressions. |