JamBaseShellListViewBeforeShellCommandAssigned Method |
For use by subcontrols, that need to check the availability of the BeforeShellCommand event.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool BeforeShellCommandAssigned()
Protected Function BeforeShellCommandAssigned As Boolean
protected:
bool BeforeShellCommandAssigned()
member BeforeShellCommandAssigned : unit -> bool
Return Value
Type:
Booleantrue, if an eventhandler is attached, false otherwise.
See Also