DailyCalendarView.RenderEvent method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Sub RenderEvent ( _
    ByRef str As StringBuilder, _
    className As String, _
    classNameTime As String, _
    classNameTimeGrid As String, _
    slotRow As Integer, _
    row As Integer, _
    url As String _
)
'Usage
Dim str As StringBuilder
Dim className As String
Dim classNameTime As String
Dim classNameTimeGrid As String
Dim slotRow As Integer
Dim row As Integer
Dim url As String

Me.RenderEvent(str, className, classNameTime, _
    classNameTimeGrid, slotRow, row, _
    url)
protected virtual void RenderEvent(
    ref StringBuilder str,
    string className,
    string classNameTime,
    string classNameTimeGrid,
    int slotRow,
    int row,
    string url
)

Parameters

See also

Reference

DailyCalendarView class

DailyCalendarView members

Microsoft.SharePoint.WebControls namespace