EnableEventHandler Delegate

 

Updated: February 25, 2016

Represents a method for handling the EnableAltDesignerChanged event

Namespace:   Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

public delegate void EnableEventHandler(
	Object^ sender,
	EnableEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: Microsoft.ReportingServices.Interfaces::EnableEventArgs^

The EnableEventArgs that contains the event data.

Return to top
Show: