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