add RenderEventArgs->Handled property
This commit is contained in:
parent
67206b7904
commit
688663b85b
@ -8,6 +8,11 @@
|
|||||||
* @var RenderMode
|
* @var RenderMode
|
||||||
*/
|
*/
|
||||||
public $RenderMode;
|
public $RenderMode;
|
||||||
|
/**
|
||||||
|
* Set to true to prevent default rendering, but continue master page rendering.
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
public $Handled;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new instance of RenderingEventArgs with the specified renderMode.
|
* Creates a new instance of RenderingEventArgs with the specified renderMode.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user