PersistentSettings.RegisterSettingsValidator Method

PersistentSettingsRegisterSettingsValidator Method

Overload List
  NameDescription
Public methodRegisterSettingsValidator(String, EventHandlerPersistentSettingsEventArgs)
Public methodRegisterSettingsValidatorT(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.

Top
See Also