Namespace: Cartella.Interfaces
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
void CartellaAuthorizeAttribute_OnAuthorizationNeeded(
	Object sender,
	CartellaAuthorizationEventArgs e
)
Visual Basic
Sub CartellaAuthorizeAttribute_OnAuthorizationNeeded ( _
	sender As Object, _
	e As CartellaAuthorizationEventArgs _
)
Visual C++
void CartellaAuthorizeAttribute_OnAuthorizationNeeded(
	Object^ sender, 
	CartellaAuthorizationEventArgs^ e
)

See Also