Constable Authorization Engine 2.0 BETA

RolesPropertyEditor.ProcessDropDownResults Method 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Overridable Protected Function ProcessDropDownResults( _
   ByVal adapter As AuthorizationContextPropertyGridAdapter, _
   ByVal list As CheckedListBox, _
   ByVal canceled As Boolean _
) As Object
[C#]
protected virtual object ProcessDropDownResults(
   AuthorizationContextPropertyGridAdapter adapter,
   CheckedListBox list,
   bool canceled
);

See Also

RolesPropertyEditor Class | LaMarvin.Constable.Design.Editors Namespace