Raises the event in a safe way
Namespace: BlogEngine.Core
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public static void OnServing( Page page, ServingEventArgs arg )
Public Shared Sub OnServing ( _ page As Page, _ arg As ServingEventArgs _ )
public: static void OnServing ( Page^ page, ServingEventArgs^ arg )
Parameters
- page
- Page
[Missing <param> documentation for "page"]
- arg
- ServingEventArgs
[Missing <param> documentation for "arg"]
See Also
Page Class
BlogEngine.Core Namespace