Evento DedRootExplorerControlDrawIcon
|
Evento per selezionare l'icona da visualizzare.
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi public event EventHandler<DrawIconEventArgs> DrawIcon
Public Event DrawIcon As EventHandler(Of DrawIconEventArgs)
public:
event EventHandler<DrawIconEventArgs^>^ DrawIcon {
void add (EventHandler<DrawIconEventArgs^>^ value);
void remove (EventHandler<DrawIconEventArgs^>^ value);
}
member DrawIcon : IEvent<EventHandler<DrawIconEventArgs>,
DrawIconEventArgs>
Valore
EventHandlerDrawIconEventArgsVedi anche