Method | Description | |
---|---|---|
ModifyItemChildWindow ( DefaultScope item ) : System |
Constructor for modifying an existing item
|
|
ModifyItemChildWindow ( |
Constructor which takes the parent list for a new item
|
Method | Description | |
---|---|---|
AddTagButtonClick ( object sender, |
Button click handler for adding a tag to an item
|
|
CancelButton_Click ( object sender, |
Closes the dialog box with a failed result
|
|
ClearEndDateButtonClick ( object sender, |
Sets the end date to null
|
|
ClearPriorityButtonClick ( object sender, |
Sets the priority to null
|
|
ClearStartDateButtonClick ( object sender, |
Sets the starts date to null
|
|
ClearStatusButtonClick ( object sender, |
Sets the status to null
|
|
ItemModifyChildWindow_Loaded ( object sender, |
Event handler for when the window is loaded. DataBinds the window
|
|
OKButton_Click ( object sender, |
Closes the dialog box with a successful result
|
|
RemoveTagButtonClick ( object sender, |
Button click to handler for removing a tag from an item
|
public ModifyItemChildWindow ( DefaultScope item ) : System | ||
item | DefaultScope | |
return | System |
public ModifyItemChildWindow ( |
||
list | Parent list for an item | |
return | System |