Evento CustomGridViewGroupPanelHeightCalculated
|
Evento che scatta quando viene chiamato il metodo CalcGroupPanelHeight.
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 28.0.0
Sintassipublic event EventHandler<GroupPanelHeightEventArgs> GroupPanelHeightCalculated
Public Event GroupPanelHeightCalculated As EventHandler(Of GroupPanelHeightEventArgs)
public:
event EventHandler<GroupPanelHeightEventArgs^>^ GroupPanelHeightCalculated {
void add (EventHandler<GroupPanelHeightEventArgs^>^ value);
void remove (EventHandler<GroupPanelHeightEventArgs^>^ value);
}
member GroupPanelHeightCalculated : IEvent<EventHandler<GroupPanelHeightEventArgs>,
GroupPanelHeightEventArgs>
Valore
EventHandlerGroupPanelHeightEventArgs
Vedi anche