Click or drag to resize

ShellFolderOnGetDynamicColumnDetailsEvent Method

Called when the native proxy is asking for a dynamic column details.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void OnGetDynamicColumnDetailsEvent(
	Object sender,
	GetDynamicColumnDetailsEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: ShellBoost.CoreGetDynamicColumnDetailsEventArgs
The GetDynamicColumnDetailsEventArgs instance containing the event data.
See Also