Constable Authorization Engine 2.0 BETA

CurrentStatePropertyEditor.ProcessDropDownResults Method 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Overridable Protected Function ProcessDropDownResults( _
   ByVal state As State, _
   ByVal picker As DropDownPicker, _
   ByVal canceled As Boolean _
) As Object
[C#]
protected virtual object ProcessDropDownResults(
   State state,
   DropDownPicker picker,
   bool canceled
);

See Also

CurrentStatePropertyEditor Class | LaMarvin.Constable.Design.Editors Namespace