public class ResourceHtmlRenderingEventArgs
extends EventArgs
Represents additional parameters for ResourceHtmlRendering event.
Constructor and Description |
---|
ResourceHtmlRenderingEventArgs() |
Modifier and Type | Method and Description |
---|---|
String |
getCaption()
Caprion for resource.
|
String |
getPathToResourceFile()
Path to resource file.
|
void |
setCaption(String value)
Caprion for resource.
|
void |
setPathToResourceFile(String value)
Path to resource file.
|
public final String getPathToResourceFile()
Path to resource file.
public final void setPathToResourceFile(String value)
Path to resource file.
public final String getCaption()
Caprion for resource.
public final void setCaption(String value)
Caprion for resource.