ImageWebPart.CellReady 方法
实现CellReady事件处理程序。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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
类型:System.Object发送事件的对象。
cellReadyArgs
类型:Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventArgs包含CellReadyEventArgs,其中包含有关正在发送的单元格的信息的实例。
实现
ICellConsumer.CellReady(Object, CellReadyEventArgs)
备注
CellReady方法可实现CellReady事件。当单元格已更改,并提供此单元格的使用者时,由提供商发送此事件。