CustomNavigationItemIsSelectedCallback is defined in the Telligent.Evolution.Extensibility.UI.Version3 namespace of Telligent.Evolution.Platform.dll
Definition
class CustomNavigationItemIsSelectedCallback
{
IAsyncResult BeginInvoke(string currentUrl, PageContext pageContext, AsyncCallback callback, Object object);
bool EndInvoke(IAsyncResult result);
bool Invoke(string currentUrl, PageContext pageContext);
}
Methods
IAsyncResult BeginInvoke(string currentUrl, PageContext pageContext, AsyncCallback callback, Object object);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| currentUrl | string | Current Url | Required | ||
| pageContext | PageContext | Page Context | Required | ||
| callback | AsyncCallback | Callback | Required | ||
| object | Object | Object | Required |
Return Type
IAsyncResult
bool EndInvoke(IAsyncResult result);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| result | IAsyncResult | Result | Required |
Return Type
bool
bool Invoke(string currentUrl, PageContext pageContext);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| currentUrl | string | Current Url | Required | ||
| pageContext | PageContext | Page Context | Required |
Return Type
bool