DetailsPaneCustomizeProperties Event |
Occurs before properties are displayed, allowing full customization of the content.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic event EventHandler<CustomizePropertiesEventArgs> CustomizeProperties
Public Event CustomizeProperties As EventHandler(Of CustomizePropertiesEventArgs)
public:
event EventHandler<CustomizePropertiesEventArgs^>^ CustomizeProperties {
void add (EventHandler<CustomizePropertiesEventArgs^>^ value);
void remove (EventHandler<CustomizePropertiesEventArgs^>^ value);
}
member CustomizeProperties : IEvent<EventHandler<CustomizePropertiesEventArgs>,
CustomizePropertiesEventArgs>
Value
EventHandlerCustomizePropertiesEventArgs
See Also