[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.SelectionChangedEventHandler

SelectionChangedEventHandler Delegate

Represents the method that will handle the SelectionChanged event.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public delegate void SelectionChangedEventHandler()
Remarks

This delegate is used to define the method signature for handling the SelectionChanged event, which occurs when the selection of an object or objects in the designer surface changes. No event data is passed to the method, indicating that the event is a notification of a change in selection state rather than a request for processing specific selection data.

Constructors

Name Description
SelectionChangedEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke()