how to attach to task creation by breeze?
I created module with class where implemented IIssueBeforeListener, my part of code:
public Issue BeforeCreate(IssueEventArgs args)
{
args.Entity.Title = "<***by ishym***>";
return args.Entity;
}
how to attach to task creation by breeze?, please help me
|
Ishym
· 1 |
|
| Thursday, January 24, 2013, 8:07:55 PM | |




