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
- str
Type: System.Text.StringBuilder
- className
Type: System.String
- classNameTime
Type: System.String
- classNameTimeGrid
Type: System.String
- slotRow
Type: System.Int32
- row
Type: System.Int32
- url
Type: System.String