PersistentSettings.GetValidator Method (String)

PersistentSettingsGetValidator Method (String)

[Missing <summary> documentation for "M:Rhino.PersistentSettings.GetValidator(System.String)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public EventHandler<PersistentSettingsEventArgs> GetValidator(
	string key
)
Public Function GetValidator ( 
	key As String
) As EventHandler(Of PersistentSettingsEventArgs)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.GetValidator(System.String)"]

Return Value

Type: EventHandlerPersistentSettingsEventArgs

[Missing <returns> documentation for "M:Rhino.PersistentSettings.GetValidator(System.String)"]

Version Information

Rhino for Mac

Supported in: 5.4
See Also