PersistentSettingsRegisterSettingsValidatorT Method (String, EventHandlerPersistentSettingsEventArgsT) |
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.
Namespace: Rhino
public void RegisterSettingsValidator<T>( string key, EventHandler<PersistentSettingsEventArgs<T>> validator )
Public Sub RegisterSettingsValidator(Of T) ( key As String, validator As EventHandler(Of PersistentSettingsEventArgs(Of T)) )