ImageWebPart.CellReady method
實作CellReady事件處理常式。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub CellReady ( _
sender As Object, _
cellReadyArgs As CellReadyEventArgs _
)
'用途
Dim instance As ImageWebPart
Dim sender As Object
Dim cellReadyArgs As CellReadyEventArgs
instance.CellReady(sender, cellReadyArgs)
public void CellReady(
Object sender,
CellReadyEventArgs cellReadyArgs
)
參數
sender
Type: System.Object傳送事件的物件。
cellReadyArgs
Type: Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventArgs包含CellReadyEventArgs,其中包含要傳送的儲存格的相關資訊的執行個體。
Implements
ICellConsumer.CellReady(Object, CellReadyEventArgs)
備註
CellReady方法會實作CellReady事件。當儲存格已經變更,並提供消費者與這個儲存格時,提供者會傳送這個事件。